home *** CD-ROM | disk | FTP | other *** search
/ infoROM 17,000 Product Descriptions for Business / infoROM Product Descriptions for Business - ESX Interactive.ISO / argdemos / objdemo / toolkit.exe / QUERY.DCL < prev    next >
Encoding:
Text File  |  1992-12-07  |  12.9 KB  |  611 lines

  1. set_que : dialog {
  2.     label = "Set Query Report Type";
  3.     initial_focus = "set_que";
  4.     : radio_column {
  5.         : radio_button {
  6.             label = "Customized Wide Report";
  7.             key = "lr";
  8.         }
  9.         : radio_button {
  10.             label = "Full Description";
  11.             key = "fd";
  12.         }
  13.         : radio_button {
  14.             label = "Brief Description";
  15.             key = "bd";
  16.         }
  17.     }
  18.     spacer;
  19.     spacer;
  20.     ok_only;
  21. }
  22.  
  23. save : dialog {
  24.     label = "Save Set?";
  25.     initial_focus = "save";
  26.     : concatenation {
  27.         : text {
  28.             label = "Component:";
  29.             alignment = centered;
  30.         }
  31.         : text {
  32.             label = "component";
  33.             key = "cmp";
  34.         }
  35.     }
  36.     spacer;
  37.     : edit_box {
  38.         label = "Name:";
  39.         key = "set_name";
  40.     }
  41.     spacer;
  42.     spacer;
  43.     ok_cancel;
  44.     : errtile { width = 16; }
  45. }
  46.  
  47. moduse : dialog {
  48.     label = "Existing Template";
  49.     initial_focus = "moduse";
  50.     : text {
  51.         label = "Existing template";
  52.         key = "tmpfile";
  53.     }
  54.     spacer;
  55.     spacer;
  56.     : radio_column {
  57.         : radio_button {
  58.             label = "Modify";
  59.             key = "mod";
  60.             mnemonic = "M";
  61.         }
  62.         : radio_button {
  63.             label = "Use";
  64.             key = "use";
  65.             mnemonic = "U";
  66.         }
  67.     }
  68.     spacer;
  69.     spacer;
  70.     cancel_button;
  71. }
  72.  
  73. ext_dat : dialog {
  74.     label = "Extract Data to File";
  75.     initial_focus = "tfile";
  76.     fixed_width = true;
  77.     : boxed_row {
  78.         label = "TEMPLATE:";
  79.         : concatenation {
  80.             : button {
  81.                 label = "File...";
  82.                 key = "filbut";
  83.                 fixed_width = true;
  84.             }
  85.             : edit_box {
  86.                 label = "";
  87.                 key = "filbox";
  88.                   width = 22;
  89.                   fixed_width = true;
  90.             }
  91.         }
  92.     }
  93.     : spacer { height = 1; }
  94.     : boxed_column {
  95.         label = "OUTPUT:";
  96.         : concatenation {
  97.             : button {
  98.                 label = "File...";
  99.                 key = "outbut";
  100.                 fixed_width = true;
  101.             }
  102.             : edit_box {
  103.                 label = "";
  104.                 key = "outbox";
  105.                 width = 22;
  106.             }
  107.         }
  108.         spacer;
  109.         : row {
  110.             : boxed_radio_column {
  111.                 label = "Type:";
  112.                 alignment = top;
  113.                 fixed_height = true;
  114.                 : radio_button {
  115.                     label = "CDF";
  116.                     key = "cdf";
  117.                 }
  118.                 : radio_button {
  119.                     label = "SDF";
  120.                     key = "sdf";
  121.                 }
  122.                 : radio_button {
  123.                     label = "Dbase";
  124.                     key = "dbs";
  125.                 }
  126.                 : radio_button {
  127.                     label = "Lotus";
  128.                     key = "lot";
  129.                 }
  130.             }
  131.             : list_box {
  132.                 label = "Component:";
  133.                 key = "cout";
  134.                 multiple_select = true;
  135.                 width = 22;
  136.                 fixed_width = true;
  137.                 height = 7;
  138.             }
  139.         }
  140.     }
  141.     : spacer { height = 1.5; }
  142.     ok_cancel;
  143.     errtile;
  144. }
  145.  
  146. mkque : dialog {
  147.     label = "Query";
  148.     spacer;
  149.     : text {
  150.         key = "cmp";
  151.         alignment = centered;
  152.     }
  153.     spacer;
  154.     spacer;
  155.     initial_focus = "mkque";
  156.     : list_box {
  157.         label = "Variable             Type        Subtype       Value";
  158.         key = "lst";
  159.         width = 75;
  160.         height = 15;
  161.     }
  162.     spacer;
  163.     spacer;
  164.     ok_cancel;
  165.     errtile;
  166. }
  167.  
  168. mksque : dialog {
  169.     label = "Query";
  170.     spacer;
  171.     : text {
  172.         key = "cmp";
  173.         alignment = centered;
  174.     }
  175.     spacer;
  176.     spacer;
  177.     initial_focus = "mksque";
  178.     : list_box {
  179.         label = "Variable               Value";
  180.         key = "lst";
  181.         width = 45;
  182.         height = 15;
  183.     }
  184.     spacer;
  185.     spacer;
  186.     ok_cancel;
  187.     errtile;
  188. }
  189.  
  190. not_cmp : dialog {
  191.     label = "Error";
  192.     initial_focus = "not_cmp";
  193.     : text {
  194.         label = "Not a Component !!";
  195.     }
  196.     spacer;
  197.     spacer;
  198.     ok_cancel;
  199. }
  200.  
  201. no_ent : dialog {
  202.     label = "Error";
  203.     initial_focus = "not_cmp";
  204.     : text {
  205.         label = "Not an Entity !!";
  206.     }
  207.     spacer;
  208.     spacer;
  209.     ok_cancel;
  210. }
  211.  
  212. out_file : dialog {
  213.     label = "Output File Name";
  214.     initial_focus = "out_nm";
  215.     : edit_box {
  216.         label = "File name:";
  217.         key = "out_nm";
  218.         allow_accept = true;
  219.     }
  220.     spacer;
  221.     spacer;
  222.     ok_cancel;
  223.     errtile;
  224. }
  225.  
  226. temp_file : dialog {
  227.     label = "Template File Name";
  228.     initial_focus = "out_nm";
  229.     : edit_box {
  230.         label = "File name:";
  231.         key = "out_nm";
  232.         allow_accept = true;
  233.     }
  234.     spacer;
  235.     spacer;
  236.     ok_cancel;
  237.     errtile;
  238. }
  239.  
  240. rewrite : dialog {
  241.     label = "File";
  242.     initial_focus = "rewrite";
  243.     : text {
  244.         label = "Do you wish to rewrite";
  245.     }
  246.     : text {
  247.         label = "the chosen file ? ";
  248.     }
  249.     spacer;
  250.     spacer;
  251.     : row {
  252.         : text {
  253.             label = "File name:";
  254.         }
  255.         : text {
  256.             label = "FILE          ";
  257.             key = "flnm";
  258.         }
  259.     }
  260.     spacer;
  261.     ok_cancel;
  262. }
  263.  
  264. tmplt : dialog {
  265.     label = "Template Creation";
  266.     initial_focus = "tmplt";
  267.     : row {
  268.         : boxed_column {
  269.             : edit_box {
  270.                 label = "Element Name:";
  271.                 key = "elnm";
  272.                 mnemonic = "N";
  273.                 width = 35;
  274.              }
  275.             : row {
  276.                 : text {
  277.                     label = "  ";
  278.                 }
  279.                 : list_box {
  280.                     label = "";
  281.                     key = "elst";
  282.                 }
  283.             }
  284.             : edit_box {
  285.                 label = "Length      :";
  286.                 key = "elen";
  287.                 value = "010";
  288.                 mnemonic = "L";
  289.                 fixed_width = true;
  290.                 edit_width = 3;
  291.                 edit_limit = 3;
  292.             }
  293.             : edit_box {
  294.                 label = "Precision   :";
  295.                 key = "elpr";
  296.                 value = "000";
  297.                 mnemonic = "P";
  298.                 fixed_width = true;
  299.                 edit_width = 3;
  300.                 edit_limit = 3;
  301.             }
  302.             spacer;
  303.             spacer;
  304.             : button {
  305.                 label = "Accept";
  306.                 key = "acc";
  307.                 mnemonic = "A";
  308.                 fixed_width = true;
  309.                 alignment = centered;
  310.              }
  311.         }
  312.         : boxed_column {
  313.             : list_box {
  314.                label = "Element             Format   ";
  315.                key = "elfm";
  316.                width = 30;
  317.                height = 15;
  318.                fixed_height = true;
  319.             }
  320.             : row {
  321.                 : spacer { width = 4; }
  322.                 : button {
  323.                     label = "Remove";
  324.                     key = "remove";
  325.                     mnemonic = "R";
  326.                     fixed_width = true;
  327.                 }
  328.                 : spacer { width = 4; }
  329.                 : button {
  330.                     label = " Edit ";
  331.                     key = "edit";
  332.                     mnemonic = "E";
  333.                     fixed_width = true;
  334.                 }
  335.                 : spacer { width = 4; }
  336.             }
  337.         }
  338.     }
  339.     spacer;
  340.     spacer;
  341.     ok_cancel;
  342.     errtile;
  343. }
  344.  
  345. edit : dialog {
  346.     label = "Edit Format";
  347.     initial_focus = "edit";
  348.     : concatenation {
  349.         : text {
  350.             label = "Element  :";
  351.         }
  352.         : text {
  353.             label = "               ";
  354.             key = "element";
  355.         }
  356.     }
  357.     : concatenation {
  358.         : text {
  359.             label = "Type     :";
  360.         }
  361.         : text {
  362.             label = "         ";
  363.             key = "type";
  364.         }
  365.     }
  366.     : edit_box {
  367.         label = "Length   :";
  368.         mnemonic = "L";
  369.         key = "len";
  370.         fixed_width = true;
  371.         edit_width = 3;
  372.         edit_limit = 3;
  373.     }
  374.     : edit_box {
  375.         label = "Precision:";
  376.         mnemonic = "P";
  377.         key = "pre";
  378.         fixed_width = true;
  379.         edit_width = 3;
  380.         edit_limit = 3;
  381.     }
  382.     ok_cancel;
  383.     : errtile { width = 20; }
  384. }
  385.  
  386. sort : dialog {
  387.     label = "Create a Sorted List";
  388.     initial_focus = "sort";
  389.     : text {
  390.         label = "             Choose Variables to sort";
  391.     }
  392.     spacer;
  393.     spacer;
  394.     : list_box {
  395.         label = "Component           Variable";
  396.         key = "cmpvar";
  397.         width = 50;
  398.         multiple_select = true;
  399.     }
  400.     spacer;
  401.     spacer;
  402.     ok_cancel;
  403.     errtile;
  404. }
  405.  
  406. ok_sort : dialog {
  407.     label = "Result";
  408.     initial_focus = "ok_button";
  409.     : text {
  410.         label = "Operation";
  411.     }
  412.     : text {
  413.         label = "Successful!";
  414.     }
  415.     spacer;
  416.     spacer;
  417.     ok_only;
  418. }
  419.  
  420. bad_sort : dialog {
  421.     label = "Result";
  422.     initial_focus = "ok_button";
  423.     : text {
  424.         label = "Operation";
  425.     }
  426.     : text {
  427.         label = "Failed";
  428.     }
  429.     spacer;
  430.     spacer;
  431.     ok_only;
  432. }
  433.  
  434. search : dialog {
  435.     label = "Search a Sorted List";
  436.     initial_focus = "search";
  437.     : text {
  438.         label = "             Choose Variable to search";
  439.     }
  440.     spacer;
  441.     spacer;
  442.     : list_box {
  443.         label = "Component           Variable";
  444.         key = "cmpvar";
  445.         width = 50;
  446.     }
  447.     spacer;
  448.     spacer;
  449.     : edit_box {
  450.         label = "Mask:";
  451.         key = "msk";
  452.         value = "*";
  453.         width = 5;
  454.         alignment = centered;
  455.         fixed_width = true;
  456.         allow_accept = true;
  457.     }
  458.     spacer;
  459.     spacer;
  460.     spacer;
  461.     ok_cancel;
  462.     errtile;
  463. }
  464.  
  465. sea_lst : dialog {
  466.     label = "Variable to Search";
  467.     initial_focus = "sea_lst";
  468.     : row {
  469.         : text {
  470.             label = "         Component:";
  471.         }
  472.         : text {
  473.             label = "txtcmp         ";
  474.             key = "txtcmp";
  475.         }
  476.     }
  477.     : row {
  478.         : text {
  479.             label = "         Variable :";
  480.         }
  481.         : text {
  482.             label = "txtvar         ";
  483.             key = "txtvar";
  484.         }
  485.     }
  486.     : row {
  487.         : text {
  488.             label = "         Mask     :";
  489.         }
  490.         : text {
  491.             label = "msk            ";
  492.             key = "txtmsk";
  493.         }
  494.     }
  495.     spacer;
  496.     spacer;
  497.     : list_box {
  498.         label = "Values";
  499.         key = "val";
  500.         allow_accept = true;
  501.     }
  502.     spacer;
  503.     spacer;
  504.     ok_cancel;
  505.     errtile;
  506. }
  507.  
  508. det_rep : dialog {
  509.     label = "Detail Report";
  510.     initial_focus = "det_rep";
  511.     spacer;
  512.     : concatenation {
  513.         : button {
  514.             label = "Component...";
  515.             key = "cmp_but";
  516.             mnemonic = "C";
  517.         }
  518.         : edit_box {
  519.             label = "";
  520.             key = "cmp_box";
  521.             width = 16;
  522.         }
  523.     }
  524.     : concatenation {
  525.         : button {
  526.             label = " Report...  ";
  527.             key = "rep_but";
  528.             mnemonic = "R";
  529.         }
  530.         : edit_box {
  531.             label = "";
  532.             key = "rep_box";
  533.             width = 16;
  534.         }
  535.     }
  536.     : boxed_radio_column {
  537.         fixed_width = true;
  538.         alignment = centered;
  539.         : radio_button {
  540.             label = "Modify";
  541.             key = "crmo";
  542.         }
  543.         : radio_button {
  544.             label = "Display";
  545.             key = "disp";
  546.         }
  547.     }
  548.     :spacer { height = 1; }
  549.     cancel_button;
  550.     : errtile { width = 15; }
  551. }
  552.  
  553. sum_rep : dialog {
  554.     label = "Summary Report";
  555.     initial_focus = "sum_rep";
  556.     spacer;
  557.     : concatenation {
  558.         : button {
  559.             label = "Component...";
  560.             key = "cmp_but";
  561.             mnemonic = "C";
  562.         }
  563.         : edit_box {
  564.             label = "";
  565.             key = "cmp_box";
  566.             width = 16;
  567.         }
  568.     }
  569.     : concatenation {
  570.         : button {
  571.             label = " Report...  ";
  572.             key = "rep_but";
  573.             mnemonic = "R";
  574.         }
  575.         : edit_box {
  576.             label = "";
  577.             key = "rep_box";
  578.             width = 16;
  579.         }
  580.     }
  581.     : boxed_radio_column {
  582.         fixed_width = true;
  583.         alignment = centered;
  584.         : radio_button {
  585.             label = "Modify";
  586.             key = "crmo";
  587.         }
  588.         : radio_button {
  589.             label = "Display";
  590.             key = "disp";
  591.         }
  592.     }
  593.     :spacer { height = 1; }
  594.     cancel_button;
  595.     : errtile { width = 15;}
  596. }
  597.  
  598. rep_cr : dialog {
  599.     label = "Report to Create";
  600.     initial_focus = "rep_nm";
  601.     : edit_box {
  602.         label = "Report Name :";
  603.         key = "rep_nm";
  604.         allow_accept = true;
  605.     }
  606.     spacer;
  607.     spacer;
  608.     ok_cancel;
  609.     errtile;
  610. }
  611.